home *** CD-ROM | disk | FTP | other *** search
/ Champak 25 / Volume 25 - JOGO DISK .iso / Games / elementalgame.swf / scripts / DefineButton2_119 / BUTTONCONDACTION on(release).as next >
Text File  |  2006-08-22  |  239b  |  10 lines

  1. on(release){
  2.    if(_root.back.right._currentframe == 20)
  3.    {
  4.       _root.back.left.gotoAndPlay("back");
  5.       _root.back.right.gotoAndPlay("return");
  6.    }
  7.    _root.back.gotoAndPlay("play");
  8.    _root.holder.gotoAndPlay("play");
  9. }
  10.